ViewAnnotationPositionDescriptor

class ViewAnnotationPositionDescriptor : Serializable

Read-only data that is needed to correctly position the single view annotation on screen. Used inside ViewAnnotationPositionsUpdateListener callback to notify the listener about the visible view annotations' position updates.

Constructors

ViewAnnotationPositionDescriptor
Link copied to clipboard
open fun ViewAnnotationPositionDescriptor(identifier: String, width: Int, height: Int, leftTopCoordinate: ScreenCoordinate)

Functions

equals
Link copied to clipboard
open fun equals(object: Any): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

height
Link copied to clipboard
private val height: Int
identifier
Link copied to clipboard
private val identifier: String
leftTopCoordinate
Link copied to clipboard
private val leftTopCoordinate: ScreenCoordinate
width
Link copied to clipboard
private val width: Int